home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / ss / cdspec / ss.dir / 00177_vedi anche loop.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  221 b   |  18 lines

  1. on mouseUp
  2.   sound stop 2
  3.   vedianche()
  4.   go("seealso")
  5. end
  6.  
  7. on mousewithin
  8.   nothing()
  9. end
  10.  
  11. on mouseenter
  12.   set the text of cast "rolltext" to "SEE ALSO..."
  13. end
  14.  
  15. on mouseexit
  16.   set the text of cast "rolltext" to " "
  17. end
  18.